home *** CD-ROM | disk | FTP | other *** search
/ Super Shareware Collection / Super Shareware Collection.iso / info / rcntx323.zip / TRANSFER.EXE / MERGE.BAT < prev    next >
DOS Batch File  |  1991-01-25  |  307b  |  12 lines

  1. rem merges files produce by Racontex loader
  2. echo off
  3. if exist rcntxerr.lst del rcntxerr.lst
  4. copy %1.txt %3.txt
  5. copy %1.pgf %3.pgf
  6. mergbat %1 %2 %3
  7. cls
  8. speedind %3 
  9. if exist rcntxerr.lst echo ERRORS OCCURRED IN RUN    DO NOT USE OUTPUT. 
  10. if exist rcntxerr.lst echo Type RCNTXERR.LST for details
  11. 
  12.